Microsoft® Access® 2019 Programming by Julitta Korol

Microsoft® Access® 2019 Programming by Julitta Korol

Author:Julitta Korol
Language: eng
Format: epub
ISBN: 9781683924098
Publisher: Mercury Learning and Information
Published: 2019-10-15T00:00:00+00:00


2. Run the IfThenAnd procedure.

The IfThenAnd procedure has four If…Then statements that are used to evaluate the contents of two variables: price and units. The AND operator between the keywords If…Then allows more than one condition to be tested. With the AND operator, all conditions must be true for Visual Basic to run the statements between the Then…End If keywords.

SIDEBAR

Indenting If Block Instructions

To make the If blocks easier to read and understand, use indentation. Compare the following:

If condition Then

action

End If

If condition Then

action

End If



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.